home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / PMUPDT13.ZIP / SPE.ZIP / SPE_V11.ZIP / MAKE.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-03-06  |  165 b   |  10 lines

  1. @echo off
  2. Echo.
  3. echo            Another World virus
  4. echo.
  5. tasm /m2 spe.asm
  6. tasm /m2 demo.asm
  7. tlink /t spe.obj
  8. tlink /t demo.obj
  9. copy /b demo.com+spe.com another.com
  10.